home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6609 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,comp.sys.amiga.misc
  4. Subject: Re: AB3D II beats Quake....
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,comp.sys.amiga.misc
  6. Date: 31 Mar 1996 15:14:28 GMT
  7. Organization: Teleport - Portland's Public Access (503) 220-1016
  8. Message-ID: <4jm7gk$i5k@nadine.teleport.com>
  9. References: <4jbcno$7m9@soleil.uvsq.fr> <1673.6662T802T2273@earthlink.net>
  10. NNTP-Posting-Host: linda.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Patrick Sheffield (psheffield@earthlink.net) wrote:
  14.  
  15. : Very interesting! This would mean that one could get a bit more life out of a
  16. : CISC based instruction set by properly aligning all opcodes (effectively
  17. : padding them all to 32 bits). It would be a bit more memory expensive, but
  18. : then you could take that RISC advantage and design your processor accordingly.
  19. : You'd have to have a loader that set everything up properly, but then you
  20. : could run older programs at much higher speeds without re-compiling.
  21.  
  22.  the loader is 'dynamic', amd, cyrix, intel x86 have risc core.
  23.  The 586 can effectivly execute 2 instructions per cycles, the 686 if
  24.  I recall 3... Also what intel do to extend the life is droping feature
  25.  of old version and implementing new features. Why do you think a P6
  26.  run old code slower then a P5 ?
  27.  
  28. : Why you'd want to go to all that trouble, I'm not sure, but it is an interest-
  29. : ing mental exercise...
  30.  
  31.  You might want to check intel website... and read on their latest stuff,
  32.  and check specmark, etc... The new addition/feature is called mmx.
  33.  
  34.  I dont follow the CPU market, but I was told that for a short while the
  35.  200mhz P6 was the fastest integer CPU in the world. The R1000 wasn't out,
  36.  the dec at the time didn't have their 350mhz alpha,...
  37.  
  38.  Minimum the x86 will prosper for the next 2 years.
  39.  
  40.  Stephan
  41.  
  42.